From e7d6e788e3ea1fd186f9287ed90acb4ade097c89 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 5 Dec 2012 16:51:32 -0600 Subject: [PATCH] Sync from nautilus commit 0177dd24a5f7f9f5302745a865eb970a35faa78c --- gtk/gtkplacessidebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 485caf852e..a6135d0d2a 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -1052,7 +1052,7 @@ update_places (GtkPlacesSidebar *sidebar) #if 0 /* FIXME: remove this? If we *do* show bookmarks for nonexistent files, the user will eventually clean them up */ - if (nautilus_bookmark_uri_known_not_to_exist (bookmark)) { + if (!nautilus_bookmark_get_exists (bookmark)) { continue; } #endif -- 2.30.2